home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / formulare / DF2007_setup.exe / install_script.iss
Text File  |  2007-11-05  |  4KB  |  82 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=DF 2007
  5. AppVerName=DF 2.1.10
  6. AppId=DF 2007
  7. AppPublisher=XSoft
  8. AppPublisherURL=www
  9. AppSupportURL=www
  10. AppUpdatesURL=www
  11. DefaultDirName={pf}\DF
  12. DefaultGroupName=DF
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\DF.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\DF_update.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Data\dfdata.dkk"; DestDir: "{app}\Data"; Flags: uninsneveruninstall onlyifdoesntexist ignoreversion 
  23. Source: "{app}\Df.chm"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\csExcel.chm"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\backup.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\dfscan.dll"; DestDir: "{app}"; Flags: uninsneveruninstall onlyifdoesntexist ignoreversion 
  27. Source: "{sys}\gdiplus.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  28. Source: "{app}\test\Pokyny.rtf"; DestDir: "{app}\test"; Flags: ignoreversion 
  29. Source: "{app}\test\pd07.xls"; DestDir: "{app}\test"; Flags: ignoreversion 
  30. Source: "{fonts}\Arial.ttf"; DestDir: "{fonts}"; Flags: uninsneveruninstall onlyifdoesntexist 
  31.  
  32. [Dirs]
  33. Name: "{app}\Temp"; 
  34. Name: "{app}\Test"; 
  35. Name: "{app}\Backup"; 
  36. Name: "{app}\Files"; 
  37. Name: "{app}\Scan"; 
  38.  
  39. [Registry]
  40. Root: HKCU; Subkey: "Software\DF"; 
  41. Root: HKCU; Subkey: "Software\DF\DFAPP"; 
  42. Root: HKCU; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "InsPath"; ValueType: String; ValueData: "{app}"; 
  43. Root: HKCU; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "AppVer"; ValueType: String; ValueData: "2.1.10"; 
  44. Root: HKCU; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "Demo"; ValueType: String; ValueData: "yes"; 
  45. Root: HKCU; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "UnInstall"; ValueType: String; ValueData: "no"; 
  46. Root: HKCU; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "Licencing"; ValueType: String; ValueData: "no"; 
  47. Root: HKCU; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "DemoData"; ValueType: String; ValueData: "yes"; 
  48. Root: HKLM; Subkey: "Software\DF"; 
  49. Root: HKLM; Subkey: "Software\DF\DFAPP"; 
  50. Root: HKLM; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "InsPath"; ValueType: String; ValueData: "{app}"; 
  51. Root: HKLM; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "AppVer"; ValueType: String; ValueData: "2.1.10"; 
  52. Root: HKLM; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "Demo"; ValueType: String; ValueData: "yes"; 
  53. Root: HKLM; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "UnInstall"; ValueType: String; ValueData: "no"; 
  54. Root: HKLM; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "Licencing"; ValueType: String; ValueData: "no"; 
  55. Root: HKLM; Subkey: "Software\DF\DFAPP\Settings"; ValueName: "DemoData"; ValueType: String; ValueData: "yes"; 
  56.  
  57. [Run]
  58. Filename: "{app}\DF.exe"; Description: "Spustit program DF 2007"; Flags: postinstall skipifsilent nowait
  59.  
  60. [Icons]
  61. Name: "{group}\DF"; Filename: "{app}\DF.exe"; 
  62. Name: "{userdesktop}\DF"; Filename: "{app}\DF.exe"; Tasks: desktopicon; 
  63.  
  64. [Tasks]
  65. Name: "desktopicon"; Description: "Vytvo°it na ploÜe ikonu"; GroupDescription: "DalÜφ ikony:"; 
  66.  
  67. [CustomMessages]
  68. cz.NameAndVersion=%1 verze %2
  69. cz.AdditionalIcons=DalÜφ zßstupci:
  70. cz.CreateDesktopIcon=Vytvo°it zßstupce na &ploÜe
  71. cz.CreateQuickLaunchIcon=Vytvo°it zßstupce na panelu &SnadnΘ spuÜt∞nφ
  72. cz.ProgramOnTheWeb=Aplikace %1 na internetu
  73. cz.UninstallProgram=Odinstalovat aplikaci %1
  74. cz.LaunchProgram=Spustit aplikaci %1
  75. cz.AssocFileExtension=Vytvo°it &asociaci mezi soubory typu %2 a aplikacφ %1
  76. cz.AssocingFileExtension=Vytvß°φ se asociace mezi soubory typu %2 a aplikacφ %1...
  77.  
  78. [Languages]
  79. ; These files are stubs
  80. ; To achieve better results after recompilation, use the real language files
  81. Name: "cz"; MessagesFile: "embedded\cz.isl"; 
  82.